Person 
EntityType  Independent 
Logical Entity Name  Person 
Default Table Name  SyPerson 
Logical Only  NO 
Definition 
 
Note 
 

Person Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
PersonId(PK)    INTEGER  NO 
 
LastName    NVARCHAR(35)  NO 
 
FirstName    NVARCHAR(35)  YES 
 
MiddleName    NVARCHAR(100)  YES 
 
MaidenName    NVARCHAR(70)  YES 
 
NickName    NVARCHAR(70)  YES 
 
SSN    NVARCHAR(30)  YES 
 
DateOfBirth    DATETIME  YES 
 
TitleId(FK)    INTEGER  YES 
 
GenderId    INTEGER  YES 
 
MaritalStatusId    INTEGER  YES 
 
IsActive    BIT  NO 
 
IsDeleted    BIT  NO 
 
LastModifiedUserId    INTEGER  NO 
 
CreatedDateTime    DATETIME  NO 
 
LastModifiedDateTime    DATETIME  NO 
 
RowVersion    TIMESTAMP/DATE  NO 
 
RecordId    INTEGER  YES 
 
FullName    NVARCHAR(72)  YES 
 

Person Keys 
Key Name  Key Type  Keys 
Nk_SyPerson_FullName  Inversion Entry  FullName 
PK_SyPerson  PrimaryKey  PersonId 
Nk_SyPerson_RecordID  Inversion Entry  RecordId 
Nk_SyPerson_SSN  Inversion Entry  SSN 
Nk_SyPerson_MaidenName_NickName  Inversion Entry  MaidenName, NickName 
Nk_SyPerson_FirstName  Inversion Entry  FirstName 
Nk_SyPerson_LastName_FirstName_NickName_SSN  Inversion Entry  LastName, FirstName, NickName, SSN 

Person Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
Title  Non-Identifying  Zero or One to Zero or More        TitleId  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 
EmployerContact  Non-Identifying  One To Zero or More          NO 
OrganizationContact  Non-Identifying  One To Zero or More          NO 
SyOrganizationContact  Non-Identifying  One To Zero or More          NO 
PersonAddress  Non-Identifying  One To Zero or More          NO 
PersonEmailAddress  Non-Identifying  One To Zero or More          NO 
SyPersonGenderPronoun  Non-Identifying  One To Zero or More          NO 
PersonPhoneNumber  Non-Identifying  One To Zero or More          NO 
Staff  Non-Identifying  One To Zero or More          NO 
Student  Non-Identifying  One To Zero or More          NO 
SyWebUserNotification  Non-Identifying  One To Zero or More          NO 
EmployerContact  Non-Identifying  One To Zero or More          NO 
Staff  Non-Identifying  One To Zero or More          NO 
Student  Non-Identifying  One To Zero or More          NO 
SyOrganizationContact  Non-Identifying  One To Zero or More          NO 

Person Check Constraints 
Check Constraint Name  CheckConstraint